'Declaration
Public Overloads Shared Function Create( _ ByVal code As UInteger, _ ByVal format As String, _ ByVal ParamArray args() As Object _ ) As ServiceResultException
'Usage
Dim code As UInteger Dim format As String Dim args() As Object Dim value As ServiceResultException value = ServiceResultException.Create(code, format, args)
public: static ServiceResultException^ Create( uint code, String^ format, ... array<Object^>^ args )
Parameters
- code
- format
- args